plane_normal Function

public pure function plane_normal(pln) result(rst)

Returns the normal vector of a plane.

Arguments

Type IntentOptional Attributes Name
type(plane), intent(in) :: pln

The plane.

Return Value real(kind=real64), (3)

The normal vector.


Contents